Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix engines field for 2.0.0 #131

Merged
merged 1 commit into from
Oct 30, 2024
Merged

fix engines field for 2.0.0 #131

merged 1 commit into from
Oct 30, 2024

Conversation

ctcpip
Copy link
Member

@ctcpip ctcpip commented Oct 24, 2024

No description provided.

@@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">= 0.10"
"node": ">= 18"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the space here can be omitted.

Suggested change
"node": ">= 18"
"node": ">=18"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir, please. that's my emotional support whitespace

@ctcpip ctcpip merged commit 0d2cefc into master Oct 30, 2024
8 checks passed
@ctcpip ctcpip deleted the ctcpip-patch-1 branch October 30, 2024 22:06
@UlisesGascon UlisesGascon mentioned this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants